Platform Explorer / Nuxeo Platform 6.0

Operation Seam.SetOutcome (Set JSF Outcome)

Description

Set the 'Outcome' context variable that represent a JSF outcome string. This outcome can be used by the next operations that need an outcome. It preserves the current input (e.g returns back the same input).
Operation id Seam.SetOutcome
Category User Interface
Label Set JSF Outcome
Requires Seam
Since

Parameters

Name Description Type Required Default value
outcome string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.SetOutcome
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.SetOutcome",
  "label" : "Set JSF Outcome",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Set the 'Outcome' context variable that represent a JSF outcome string. This outcome can be used by the next operations that need an outcome. It preserves the current input (e.g returns back the same input).",
  "url" : "Seam.SetOutcome",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "outcome",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}